@charset "utf-8";
/* CSS Document */

/* 基础设置 */

/*=================default===================*/
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	
}

body {
	overflow-x: hidden;
	-webkit-text-size-adjust: none; height:100%; width: 100%;
	overflow-y: scroll;
	background: #fff;
	font-size: 14px;
	
}


.search ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search ::placeholder {
  color: #fff;
}



*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; line-height: 1.75;}

.layui-form-switch ,.layui-form-switch *{ -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

.af-cb:after{clear: both; content: ' '; overflow: hidden; width: 0; height: 0; display: block;}

::selection{background:#1950DD; color:#fff;}
::-moz-selection{background:#1950DD; color:#fff;}

a,a:link{ color: #333; text-decoration: none;}
a:hover,a:active{ color: #1950DD; text-decoration: none;}

a:hover i.pic-size img{-webkit-transform: scale(1.05); transform: scale(1.05);}

.block{display: block !important;}

/*定义动画*/
.e-ani *,.e-ani *:before,.e-ani *:after{-webkit-transition: .3s; transition:.3s;}


.nav * .nav-btn-bg{-webkit-transition:left .3s ease .03s; transition:left .3s ease .03s;}/*0.03延迟解决".nav-btn-bg"元素抖动*/

.e-animte{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear .6s, bottom 0s linear .6s, left 0s linear .6s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear .6s,bottom 0s linear .6s,left 0s linear .6s;}

*.e-animte-show{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;}

.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

/*--简易切换动画--*/
.tabs-box .bd{ transition: .3s;}
.tabs-box .bd:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden;}
.tabs-box .bd>.tabs-hide{ position: absolute; top: 0; left: -10000px; width: 100%; overflow: hidden; -webkit-transform: none; transform: none; opacity: 0; -webkit-animation: tabs-hide .8s; animation: tabs-hide .8s;}
@-webkit-keyframes tabs-hide /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
@keyframes tabs-hide
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
.tabs-box .bd>.tabs-on{ position: relative; top: 0; left: 0; width: 100%; -webkit-transform:none; transform: none; opacity: 1;}
.tabs-box .bd>.tabs-show{ position: relative; top: 0; left: 0; width: 100%; overflow: visible; -webkit-transform:none; transform: none; opacity: 1; -webkit-animation: tabs-show .8s; animation: tabs-show .8s;}
@-webkit-keyframes tabs-show /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}
@keyframes tabs-show
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}


/* 切换 */
.tabs-box .hd-line{transition: .3s;}
.tabs-box .hd>*{position: relative;}
.tabs-box .bd{ position: relative; overflow: hidden;}
.e-anim-hide{display: none;}
.e-anim-on{ display: block;}
.e-anim-off{  pointer-events: none; display: block; display: none\9;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .e-anim-off { display: block;  } /* IE10+ */
}


.tabs-box .e-anim-on{animation:tabs-anim-on .3s;animation-fill-mode: both;  width: 100%;}
.tabs-box .e-anim-off{ animation:tabs-anim-off .3s;  width: 100%; position: absolute; animation-fill-mode: both;  top: 0;}


@keyframes tabs-anim-on{
	from { opacity: 0; }
	to {opacity: 1;}
}
@keyframes tabs-anim-off{
	from { opacity: 1; }
	to { opacity: 0;}
}




/*--最小屏提示--*/
@media screen and (max-width: 319px) {
html{-webkit-transition: 0s;  transition: 0s; background: #fff url(../img/displayNone.png) center center no-repeat; }
	body {
		-webkit-transition: 0s;  transition: 0s; display: none;
	}
}

/*--layui--*/
.layui-layer,.layui-layer *{ -webkit-transition: 0s; transition: 0s;}

/*--移动端横屏提示--*/
@media (max-width: 991px) and (orientation : landscape) {
	html.landscape {
		background: #fff url(../img/landscape.png) center center no-repeat;
	}
	html.landscape body {
		display: none;
	}
}


/*--swiper2.x高度自适应--*/
/* .swiper-container .swiper-wrapper{ height: auto !important;} */

/*默认动画时长*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration:1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-s {
  -webkit-animation-duration: .5s;
  animation-duration:.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享*/
#bsPanel,#bsPanel *,#bsBox,#bsBox *{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享微信弹窗兼容*/
#bsWXBox{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}


/*百度地图*/
.map *{ -webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;}
.map label,.map img{max-width: none !important; width: initial !important;}
.map *{ font-size: 12px; -webkit-transition: 0s; transition: 0s; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

/*视频全屏*/
.video-bg{position: absolute; z-index: -1; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: 0s; transition: 0s;}

/*lightbox*/
.lightbox,.lightbox *,.lightboxOverlay,.lightboxOverlay *{-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s; -webkit-transform:translateZ(0); transform:translateZ(0);}


/*--分页--*/
div.pages {text-align: center; width: 100%; padding: 30px 0 0 0; margin: 0; line-height: 1.7;}
div.pages *{ line-height: 1.7;}
div.pages a,div.pages span {text-decoration: none; background: #fff; margin: 2px; color: #464646; font-size: 14px; display: inline-block; font-weight: normal; border-radius: 20px;  width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;}
div.pages a.on,div.pages a.hover,div.pages a:hover,div.pages a:active,div.pages span.current,div.pages span.disabled { background: #1950DD; color: #fff;  line-height: 1.7;}

@media screen and (min-width: 992px) {
	div.pages{ padding-top: 40px;}
}

@media screen and (min-width: 1240px) {
	div.pages{ padding-top: 50px;}
}


/*--移动端设置&小屏电脑 图片缩放--*/
/*设置最大屏像素-1*/
@media screen and (max-width: 1259px){
/*.content-box img,.content-bd img{width: auto !important; height: auto !important; max-width: 100%;}*/
}

/*图片比例裁剪预设*/
i.pic-size{ width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; overflow: hidden;}
i.pic-size img{ width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; position: absolute; /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/ margin: auto; object-fit: contain;}
i.pic-size-cover img{object-fit: cover;}
i.pic-size-scale-down img{object-fit: scale-down;}
i.pic-size-none img{object-fit: none;}


.layui-form-checked[lay-skin=primary] i{ border-color: #2160FF; background-color: #2160FF;}
.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #2160FF;}





/*=================layout===================*/
@media screen and (min-width: 320px) {
	.container{ padding: 0 15px; margin: 0 auto; width: 100%;}
	.container:after{ content: " "; display: block; clear: both; width: 0; height: 0; overflow: hidden;}
	.container-max{ padding: 0 15px; width: 100%; margin: 0 auto;}

	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
		::-webkit-scrollbar
		{
		    width: 10px;
		    height: 10px;
		    background-color: #f7f7f7;
		}
		 
		/*定义滚动条轨道 内阴影+圆角*/
		::-webkit-scrollbar-track
		{
		    background-color: #e6e6e6;
		}
		 
		/*定义滑块 内阴影+圆角*/
		::-webkit-scrollbar-thumb
		{
		    background-color: #aaa;
		}
}
@media screen and (min-width: 992px) {
	.container{ width: 980px; padding: 0 10px;}
	.container-min{max-width: 1020px; margin: 0 auto;}
	.container-max{width: auto;}
}
@media screen and (min-width: 1240px) {
	.container{ width: 1220px;}
}
@media screen and (min-width: 1440px) {
	
	.container{ width: 1420px;}
	.container-max{ width:auto; max-width: 1620px;}
}


/*=================header===================*/
@media screen and (min-width: 320px) {
	.container-header{position: relative;}
	.nav-box-bg{ height: 55px; width: 100%; position: absolute; left: 0; top: 0; z-index: 8;}
	.nav-box{ height: 55px; width: 100%; z-index: 100;/* box-shadow: 0 0 5px rgba(0,0,0,.1); */ background: #fff; left: 0; top: 0; position: absolute;}
	.header-box{ height: 55px; display: block;}
	.logo{ float: left; position: relative; z-index: 9; height: 55px; padding: 12px 0 12px 0;}
	.logo a{ display: flex;height: 100%;}
	.logo img{ height:100%; }
	
	.nav-btn{ display: block; padding: 0 10px; margin-right: -10px; float: right; cursor: pointer; position: relative; z-index: 9;}
	.nav-btn i{ line-height: 55px; font-size: 24px; width: 26px; text-align: center; color: #0058DB;}
	.nav-hide-btn{ display: none;}
	.nav-btn .nav-hide-btn{ display: none;}
	.nav-btn .nav-show-btn{ display: block;}
	.nav-btn-show .nav-hide-btn{ display: block;}
	.nav-btn-show .nav-show-btn{ display: none;}
	
	.nav{ position: absolute; top: 55px; left: 0; right: 0; padding:10px 15px; min-height: calc(100vh - 55px); background-image: url(../img/nav-bg.jpg); background-size: cover; background-position: center bottom;}
	.nav.e-anim-on{animation:nav-anim-on .3s; animation-fill-mode: both;  display: flex; flex-direction: column;}
	.nav.e-anim-off{ animation:nav-anim-off .5s; animation-fill-mode: both; display: flex; flex-direction: column;}
	
	.nav-list{ visibility: visible !important;}
	.nav-list li{ border-bottom: solid 1px rgba(255,255,255,.1);}
	.nav-list li:nth-last-child(2){border-bottom: none;}
	.nav-list li a{ display: flex; justify-content: space-between; height: 80px; align-items: center; border-bottom: 1px solid #C5CBD1;}
	.nav-list li a b{font-weight: normal; position: relative; color: #000; display: block; text-align: center; font-size: 15px;}
	.nav-list li a i.iconfont::before{ font-size: 18px; color:#555555;}
	.nav-list li .nav-list-sub{ overflow: hidden; background: rgba(240,240,240,.5);-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; overflow: hidden; 
	transition:height .3s,opacity .3s;}
	.nav-list li .nav-list-sub>div{ padding: 10px 15px;}
	.nav-list li .nav-list-sub a{ line-height: 40px; border-bottom: solid 1px rgba(128,128,128,.1); color: #eee; font-size: 12px; text-align: center; height: 48px;}
	.nav-list li .nav-list-sub .sub-btn:nth-last-of-type(2) a{border: none;}
	.nav-list li .nav-list-sub a span{ color: #666;}
/*	.nav-list li .nav-list-sub a.on span{ color: #fff;}*/
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #1950DD;}
	.nav-list .nav-on{ border-color: transparent; position: relative; z-index: 9;}
	.nav-list .nav-on a{border-bottom:none ;}
	.nav-list .nav-on a b{font-weight: normal;}
	.nav-list .nav-off{ position: relative; z-index: 1;}
	.nav-list .nav-off b{font-weight: normal;}
	
	
	.nav-list li .on b,.nav-list li .on i:before{ color: #1950DD;}
	.nav-list li.nav-on a b,.nav-list li.nav-on a i:before{ color: #1950DD;}
	
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ opacity: 0; filter:Alpha(opacity=0); width: 100%; left: 0; top: 0; height: 46px; background: #1950DD; z-index: -1; position: absolute; display: none;}
	.nav-list div.nav-btn-bg-02{ width: auto; left: auto;}
	.nav-list div.nav-btn-bg-02-show{ opacity: 1;  filter:Alpha(opacity=100); }
	
	
	.nav-list-sub.e-anim-hide{ display: block; }
	
	.nav-list a b{ transition: color .3s,background .3s;}
	
	
	
	.nav-list-height.e-anim-on{animation:nav-list-anim-on .3s; animation-fill-mode: both; display: block;}
	.nav-list-height.e-anim-off{ animation:nav-list-anim-off .3s; animation-fill-mode: both; display: block;}
	
	.nav-list li .nav-list-sub div.btn-sub-bg{display: none;}
	
	
	
	/* 下拉 */
	
	.search-box-bd{
		
	}
	
	.m-lang-btn{
		float: right;
		z-index: 9;
		position: relative;
		margin-right: 5px;
	}
	.lang-box dt{ height: 55px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
	.lang-box dt .lang{ color: #288fd4;}
	.lang-box dt .lang,.lang-box dt .lang::before{ font-size: 14px; line-height: 1;}
	.lang-box dt .tit{padding: 0 5px; color:#000; font-size: 12px; line-height: 1;}
	.lang-box dt .more{ transform: rotate(90deg); color:#555555;}
	.lang-box dt .more,.lang-box dt .more::before{ line-height: 1; font-size: 14px;}
	.lang-box dd{ background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.05); position: absolute;}
	.lang-box dd::before{ content:' '; border-bottom: 8px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; left: 50%; margin-left: -6px; top: -8px;}
	.lang-box dd span{display: block; }
	.lang-box dd a{ display: flex; padding: 5px 10px; align-items: center; justify-content: center;}
	
	.lang-box dd.e-anim-on{ animation:lang-anim-on .3s; animation-fill-mode: both; }
	.lang-box dd.e-anim-off{ animation:lang-anim-off .3s; animation-fill-mode: both; }
	.lang-box.on .more{transform: rotate(-90deg);}
	
	.top-r{flex:1;display: flex; align-items: center;}
	.top-r .lang-box{display: none;}
	
	
	.search-box{ width: 100%; background: #fff; height: 45px; border-radius: 23px; padding: 0 23px; position: relative;}
	.search-box input{padding: 0 0 0 28px; width: 100%; border:none; height: 45px; font-size: 15px;background: none;}
	.search-box i{ position: absolute; left: 23px; top: 50%; line-height: 1; width: 15px; height: 15px; font-size: 15px; z-index: 2; margin-top: -8px;}
	.search-box i::before{ font-size: 15px; line-height: 1; color:#999999;}
	.search-box .tit{display: none;}
}
	
@keyframes nav-anim-on{
	from { opacity: 0; transform: translateY(-10px); filter: blur(2px);}
	to {opacity: 1; transform: translateY(0);}
}
@keyframes nav-anim-off{
	from { opacity: 1; transform: translateY(0); filter: blur(0);}
	to { opacity: 0; transform: translateY(-10px); filter: blur(2px);}
}

@keyframes nav-list-anim-on{
	from { opacity: 0; transform: translateY(-20px);}
	to {opacity: 1; transform: translateY(0);}
}
@keyframes nav-list-anim-off{
	from { opacity: 1; transform: translateY(0);}
	to { opacity: 0; transform: translateY(20px);}
}


@keyframes lang-anim-on{
	from { opacity: 0; transform: translateY(-20px);}
	to {opacity: 1; transform: translateY(0);}
}
@keyframes lang-anim-off{
	from { opacity: 1; transform: translateY(0);}
	to { opacity: 0; transform: translateY(20px);}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	/* .logo{ height: 76px; padding: 30px 0;}
	.nav-box-bg{ height: 76px;}
	.nav-box{ height: 76px;}
	.header-box{ height: 76px;}
	.nav{ top: 76px;}
	.nav-btn i{ line-height: 76px; font-size: 28px; width: 30px;}
	 */
	
}


@media screen and (max-width: 991px) {	
	
}


@media screen and (min-width: 992px) {
	
	.nav{ height: 70px;}
	.nav:before{display: none;}
	.nav-box-bg{ height: 70px; border: 2px solid #F7FAFD;}
	.nav-box{ position: absolute; height: 70px; background: #fff;}
	.nav-box-bg::before{ content:' '; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,.15);}
	.header-box{ height: 70px;}
	
	.logo{ height: 70px; padding: 17px 0;}
	.logo img{ margin: 0 auto; height: 100%;}
	.logo a{ width: 100%; height: 100%; display: block; padding: 0;}
	
	
	.nav-btn{ display: none;}
	.nav{ float: right; position: relative; -webkit-transform: none; transform: none; opacity: 1; filter:Alpha(opacity=100); z-index: 9; box-shadow: none; padding: 0; border-top: none; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; overflow: visible; background: none; top: 0;  padding-left: 0; padding-right: 0; left: auto; right: auto; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; min-height: auto;}
	.nav-list{  position: relative; float: left;}
	
		
	
	.nav-list:after{ content: ' '; overflow: hidden; clear: both; display: block;}
	.nav-list{ margin: 0; padding-right: 20px;}
	.nav-list li{ float: left; border-bottom: none; position: relative; border: none;}
	.nav-list li a{ border: none;}
	.nav-list li a i{display: none;}
	.nav-list li a b{ line-height: 70px; height: 70px; color: #000; overflow: hidden; font-size: 14px; }
	.nav-list li a{ height: 70px; line-height: 70px; padding: 0 10px;  position: relative;}
	
	
	/*.nav-list li:nth-last-of-type(1) a:after{display: none;}*/
	.nav-list li.nav-on>a b{ color: #1950DD;}
	.nav-list li.nav-off>a b{ color: #000;}
	.nav-list li .on b/*,.nav-list li a:hover b*/{ color: #1950DD;}
	.nav-list li .on .nav-btn-bg{ opacity: 1;filter:Alpha(opacity=100);}
	.bd-more{border-bottom-color: #fff; display: none;}
	.nav-list li .nav-list-sub{ position: absolute; top: 70px; height: auto !important; box-shadow: 0 5px 8px rgba(0,0,0,.3); width: auto; background: none; box-shadow:none; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;padding-top: 0; left: -25px; right: -25px; overflow: visible;}

	.nav-list li .nav-list-sub .nav-list-height{padding: 0; overflow: hidden; float: left; position: relative; width: 100%; box-shadow: 0 10px 15px rgba(0,0,0,.1);}
	.nav-list li .nav-list-sub a{ height: auto; border: none; padding: 5px 10px;  text-align: center; float: left; position: relative; z-index: 2; background: #fff; width: 100%; border-bottom:1px solid rgba(0,0,0,.02); display: flex; align-items: center; justify-content: center;}

	.nav-list li .nav-list-sub a span{ color: #666; padding:10px 0; font-size: 14px; line-height: 20px; display: block;}
	
	.nav-list li .nav-list-sub a:hover{  background: #1950DD;}
	.nav-list li .nav-list-sub a:hover span{ color: #fff;}
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ height: 70px; background: none; overflow: hidden; transition: .3s; display: block; }
 	.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{ content: ' '; position: absolute; left: 10px; right: 10px; bottom: 0; height:2px; background: #1950DD;}
	
	.nav-list-height.e-anim-hide{}
	.nav.e-anim-hide{ display: block;}

	
	/* .nav-list-height.e-anim-on{animation:nav-list-anim-on-pc 0.3s; animation-fill-mode: both; display: block;}
	.nav-list-height.e-anim-off{ animation:nav-list-anim-off-pc .5s; animation-fill-mode: both; display: block;}
	.nav-list li .nav-list-sub{overflow: visible;}
	.nav-list li .nav-list-sub .nav-list-height{
		padding-top: 1px;
		overflow: visible;
		perspective: 400px;
	}
	
	
	.nav-list-height.sub-show .sub-btn{
		transform: rotateY(0deg);
		opacity: 1;
	}
	
	.nav-list-height .sub-btn,.nav-list-height.e-anim-off .sub-btn{
		transform: rotateY(90deg);
		opacity: 0;
		
	}
	
	.nav-list-height.sub-show .sub-btn:nth-child(1){
		transition-delay: .05s;
	}
	.nav-list-height.sub-show .sub-btn:nth-child(2){
		transition-delay: .1s;
	}
	.nav-list-height.sub-show .sub-btn:nth-child(3){
		transition-delay: .15s;
	}
	.nav-list-height.sub-show .sub-btn:nth-child(4){
		transition-delay: .2s;
	}
	.nav-list-height.sub-show .sub-btn:nth-child(5){
		transition-delay: .25s;
	}
	.nav-list-height.sub-show .sub-btn:nth-child(6){
		transition-delay: .3s;
	}
	.nav-list-height.sub-show .sub-btn:nth-child(7){
		transition-delay: .35s;
	}
	.nav-list-height.sub-show .sub-btn:nth-child(8){
		transition-delay: .4s;
	}
	.nav-list-height.sub-show .sub-btn:nth-child(9){
		transition-delay: .45s;
	}
	
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(1){
		transition-delay: .05s;
	}
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(2){
		transition-delay: .1s;
	}
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(3){
		transition-delay: .15s;
	}
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(4){
		transition-delay: .2s;
	}
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(5){
		transition-delay: .25s;
	}
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(6){
		transition-delay: .3s;
	}
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(7){
		transition-delay: .35s;
	}
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(8){
		transition-delay: .4s;
	}
	.nav-list-height.e-anim-off .sub-btn:nth-last-child(9){
		transition-delay: .45s;
	} */
	
	/*PC二级下拉背景色*/
	.nav-list-sub-bg{ display: block; position: absolute; top: -100%; height: 52px; width: 100%; left: 0; background: #fff; opacity: 0;  filter:Alpha(opacity=0); box-shadow: 0 3px 3px rgba(0,0,0,.1); border-top: solid 1px #f4f4f4;}
	/*.nav-list-sub-bg-show{ opacity: .9;  filter:Alpha(opacity=90); top: 80px;}*/
	
	.header-swiper-box{ position: absolute; left: 0; top: 0; width: 100%;}
	.header-bg{ height: 0; background-position: center center; background-repeat: no-repeat; background-color: #1950DD;}
	
	
	/* pc二级栏目滑块 */
	.nav-list li .nav-list-sub div.btn-sub-bg{display: block; position: absolute; width: 0; left: 0; height: 52px; padding: 0; border-bottom: solid 2px #1950DD; transition: .3s; display: none;}
	
	
	/* 下拉 */
	.top-r{float: right;}
	.top-r .lang-box{display: block; margin-right: 17px; padding-right: 17px; position: relative;}
	.top-r .lang-box::before{content:' '; width: 1px; height: 28px; background: #DDD; position: absolute; right: 0; top: 50%; margin-top: -14px;}
	.lang-box dt{ height: 70px;}
	.lang-box dt .tit{ white-space: nowrap; font-size: 13px;}
	.lang-box dt .lang, .lang-box dt .lang::before{ font-size: 20px;}
	.lang-box dt .more, .lang-box dt .more::before{font-size: 16px;}
	.lang-box dd span{ padding: 10px 15px;}
	.m-lang-btn{display: none;}
	
	.search-box{ padding-right: 0; background: #fff; padding-left: 0; width: 60px; transition: .3s;}
	.search-box i{ left: 0; width: 22px; height: 22px; margin-top: -10px;}
	.search-box i,.search-box i::before{ font-size: 20px;}
	.search-box input{ width: 0; padding: 0; position: absolute; left: 0; top: 0; right: 0;}
	.search-box .tit{display: block; height: 45px; display: flex; align-items: center; font-size: 13px; padding-left: 32px; pointer-events: none;}
	.search-box-on{ width: 150px; background: #f7f7f7; padding: 0 23px;}
	.search-box-on i{ left: 23px;}
	.search-box-on input{ padding-left: 55px; font-size: 13px; width: 100%; padding-right: 23px;}
	.search-box-on .tit{display: none;}
}

@keyframes nav-list-anim-on-pc{
	from { opacity: 1;}
	to {opacity: 1; }
}
@keyframes nav-list-anim-off-pc{
	from { opacity: 1;}
	to { opacity: 1;}
}


@media screen and (min-width: 1240px) {
	.nav-list li a b{  font-size: 15px; }
	.nav-list li a{  padding: 0 15px;}
	
	.lang-box dt .tit{ font-size: 15px;}
	.lang-box dt .lang, .lang-box dt .lang::before{ font-size: 24px;}
	.lang-box dt .more, .lang-box dt .more::before{font-size: 18px;}
	
	.search-box{ width:64px;}
	.search-box .tit{font-size: 15px;}
	.search-box-on{ width: 180px;}
	.search-box-on input{font-size: 15px;}
	
	.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{left: 15px; right: 15px;}
}

@media screen and (min-width: 1440px) {
	.logo{ padding: 12px 0;}
	
	.nav-list{padding-right: 25px;}
	.nav-list li a b{  font-size: 16px; }
	.nav-list li a{  padding: 0 25px;}
	
	.lang-box dt .tit{ font-size: 16px;}
	
	.search-box{ width:64px;}
	.search-box .tit{font-size: 15px;}
	.search-box-on{ width: 180px;}
	.search-box-on input{font-size: 15px;}
	
	.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{left: 25px; right: 25px;}
}




/*--内容盒子--*/
@media screen and (min-width: 320px) {
	.content-box:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden; display: block;}
	.content-box{ text-align: justify; text-justify:inter-word; font-size: 14px; color: #1A1B22; position: relative; z-index: 10; line-height: 2;}
	.content-box,.content-box *{ line-height: 2; font-size: 12px;}
	.content-box img{width: auto; height: auto; max-width:100%;}
	
	.content-bd{  margin-bottom: 30px;}
	
	body.view img{max-width: 100%;}
		
}

@media screen and (min-width: 992px) {
	.content-bd{  margin-bottom: 60px;}
	.content-box,.content-box *{ font-size: 14px;}
}

@media screen and (min-width: 1240px)  {
	.content-box,.content-box *{ font-size: 16px;}
	.content-bd{  margin-bottom: 80px;}
}

@media screen and (min-width: 1440px)  {
	.content-box,.content-box *{ font-size: 18px;}
	.content-bd{  margin-bottom: 80px;}
}


/*弹窗视频*/
@media screen and (min-width: 320px) {
.video-show.layui-layer-iframe{overflow: visible;}
.video-show{ width: 300px !important; height: 175px !important; left: 50% !important; top: 50% !important; transform: translate(-50%,-50%) !important;}

	.video-show .layui-layer-setwin{ right: 0; top: 0;}
	.video-show .layui-layer-setwin .layui-layer-close2{ right: 0; top: -35px;width: 35px; height: 35px; background: #1950DD; font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-align: center; line-height: 35px;}
	.video-show .layui-layer-setwin .layui-layer-close2:before { content: "\e639"; color: #fff; font-size: 14px;}
	
	div.video-show .layui-layer-content{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; overflow: visible;}
	.jcsp-video{display: none;}
	.video-show video{display: block;}
	.video-show video{ width: 100%; height: 100%;}
	
}



@media screen and (min-width: 384px) {
	.video-show{ width: 365px !important; height: 210px !important;}
}

@media screen and (min-width: 480px) {
	.video-show{ width: 420px !important; height: 240px !important;}
}

@media screen and (min-width: 640px) {
	.video-show{ width: 630px !important; height: 360px !important;}
}

@media screen and (min-width: 768px) {
	.video-show{ width: 700px !important; height: 400px !important;}
}

@media screen and (min-width: 992px) {
	.video-show{ width: 900px !important; height: 510px !important;}
}

/*@media screen and (min-width: 1340px) {
	.video-show{ width: 1100px !important; height: 620px !important;}
}*/




@media screen and (min-width: 320px) {
	
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	
}

@media screen and (min-width: 1240px) {
	
}

/* 
*{font-family: "microsoft yahei";}
@media screen and (min-width: 1240px) {
body::before{ content: ' '; background-image: url(../pic/cpgx.jpg); width: 100%; height:850vh; background-position: center top; position: absolute; z-index: 999; opacity: .2; pointer-events: none;  -webkit-background-size: 1920px auto;
background-size:  1920px auto; top:0; left: 0;}

body:hover::before{ opacity: 0;} 
}
 */